1 namespace PhoneDirectory
2 {
3     
partial class frm_add
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.groupBox1 = new System.Windows.Forms.GroupBox();
32             
this.textBox11 = new System.Windows.Forms.TextBox();
33             
this.textBox10 = new System.Windows.Forms.TextBox();
34             
this.textBox9 = new System.Windows.Forms.TextBox();
35             
this.textBox8 = new System.Windows.Forms.TextBox();
36             
this.textBox7 = new System.Windows.Forms.TextBox();
37             
this.textBox6 = new System.Windows.Forms.TextBox();
38             
this.textBox5 = new System.Windows.Forms.TextBox();
39             
this.textBox4 = new System.Windows.Forms.TextBox();
40             
this.textBox3 = new System.Windows.Forms.TextBox();
41             
this.textBox2 = new System.Windows.Forms.TextBox();
42             
this.textBox1 = new System.Windows.Forms.TextBox();
43             
this.button1 = new System.Windows.Forms.Button();
44             
this.label11 = new System.Windows.Forms.Label();
45             
this.label2 = new System.Windows.Forms.Label();
46             
this.label10 = new System.Windows.Forms.Label();
47             
this.label1 = new System.Windows.Forms.Label();
48             
this.label9 = new System.Windows.Forms.Label();
49             
this.label3 = new System.Windows.Forms.Label();
50             
this.label8 = new System.Windows.Forms.Label();
51             
this.label4 = new System.Windows.Forms.Label();
52             
this.label7 = new System.Windows.Forms.Label();
53             
this.label5 = new System.Windows.Forms.Label();
54             
this.label6 = new System.Windows.Forms.Label();
55             
this.groupBox1.SuspendLayout();
56             
this.SuspendLayout();
57             
//
58             
// groupBox1
59             
//
60             
this.groupBox1.Controls.Add(this.textBox11);
61             
this.groupBox1.Controls.Add(this.textBox10);
62             
this.groupBox1.Controls.Add(this.textBox9);
63             
this.groupBox1.Controls.Add(this.textBox8);
64             
this.groupBox1.Controls.Add(this.textBox7);
65             
this.groupBox1.Controls.Add(this.textBox6);
66             
this.groupBox1.Controls.Add(this.textBox5);
67             
this.groupBox1.Controls.Add(this.textBox4);
68             
this.groupBox1.Controls.Add(this.textBox3);
69             
this.groupBox1.Controls.Add(this.textBox2);
70             
this.groupBox1.Controls.Add(this.textBox1);
71             
this.groupBox1.Controls.Add(this.button1);
72             
this.groupBox1.Controls.Add(this.label11);
73             
this.groupBox1.Controls.Add(this.label2);
74             
this.groupBox1.Controls.Add(this.label10);
75             
this.groupBox1.Controls.Add(this.label1);
76             
this.groupBox1.Controls.Add(this.label9);
77             
this.groupBox1.Controls.Add(this.label3);
78             
this.groupBox1.Controls.Add(this.label8);
79             
this.groupBox1.Controls.Add(this.label4);
80             
this.groupBox1.Controls.Add(this.label7);
81             
this.groupBox1.Controls.Add(this.label5);
82             
this.groupBox1.Controls.Add(this.label6);
83             
this.groupBox1.Location = new System.Drawing.Point(12, 8);
84             
this.groupBox1.Name = "groupBox1";
85             
this.groupBox1.Size = new System.Drawing.Size(591, 353);
86             
this.groupBox1.TabIndex = 1;
87             
this.groupBox1.TabStop = false;
88             
//
89             
// textBox11
90             
//
91             
this.textBox11.Location = new System.Drawing.Point(305, 229);
92             
this.textBox11.Name = "textBox11";
93             
this.textBox11.Size = new System.Drawing.Size(269, 20);
94             
this.textBox11.TabIndex = 32;
95             
//
96             
// textBox10
97             
//
98             
this.textBox10.Location = new System.Drawing.Point(305, 182);
99             
this.textBox10.Name = "textBox10";
100             
this.textBox10.Size = new System.Drawing.Size(269, 20);
101             
this.textBox10.TabIndex = 31;
102             
//
103             
// textBox9
104             
//
105             
this.textBox9.Location = new System.Drawing.Point(305, 134);
106             
this.textBox9.Name = "textBox9";
107             
this.textBox9.Size = new System.Drawing.Size(269, 20);
108             
this.textBox9.TabIndex = 30;
109             
//
110             
// textBox8
111             
//
112             
this.textBox8.Location = new System.Drawing.Point(305, 87);
113             
this.textBox8.Name = "textBox8";
114             
this.textBox8.Size = new System.Drawing.Size(269, 20);
115             
this.textBox8.TabIndex = 29;
116             
//
117             
// textBox7
118             
//
119             
this.textBox7.Location = new System.Drawing.Point(305, 40);
120             
this.textBox7.Name = "textBox7";
121             
this.textBox7.Size = new System.Drawing.Size(269, 20);
122             
this.textBox7.TabIndex = 28;
123             
//
124             
// textBox6
125             
//
126             
this.textBox6.Location = new System.Drawing.Point(10, 276);
127             
this.textBox6.Name = "textBox6";
128             
this.textBox6.Size = new System.Drawing.Size(269, 20);
129             
this.textBox6.TabIndex = 27;
130             
//
131             
// textBox5
132             
//
133             
this.textBox5.Location = new System.Drawing.Point(10, 229);
134             
this.textBox5.Name = "textBox5";
135             
this.textBox5.Size = new System.Drawing.Size(269, 20);
136             
this.textBox5.TabIndex = 26;
137             
//
138             
// textBox4
139             
//
140             
this.textBox4.Location = new System.Drawing.Point(10, 182);
141             
this.textBox4.Name = "textBox4";
142             
this.textBox4.Size = new System.Drawing.Size(269, 20);
143             
this.textBox4.TabIndex = 25;
144             
//
145             
// textBox3
146             
//
147             
this.textBox3.Location = new System.Drawing.Point(10, 134);
148             
this.textBox3.Name = "textBox3";
149             
this.textBox3.Size = new System.Drawing.Size(269, 20);
150             
this.textBox3.TabIndex = 24;
151             
//
152             
// textBox2
153             
//
154             
this.textBox2.Location = new System.Drawing.Point(10, 87);
155             
this.textBox2.Name = "textBox2";
156             
this.textBox2.Size = new System.Drawing.Size(269, 20);
157             
this.textBox2.TabIndex = 23;
158             
//
159             
// textBox1
160             
//
161             
this.textBox1.Location = new System.Drawing.Point(10, 40);
162             
this.textBox1.Name = "textBox1";
163             
this.textBox1.Size = new System.Drawing.Size(269, 20);
164             
this.textBox1.TabIndex = 22;
165             
//
166             
// button1
167             
//
168             
this.button1.Location = new System.Drawing.Point(10, 313);
169             
this.button1.Name = "button1";
170             
this.button1.Size = new System.Drawing.Size(564, 28);
171             
this.button1.TabIndex = 1;
172             
this.button1.Text = "Save Data";
173             
this.button1.UseVisualStyleBackColor = true;
174             
this.button1.Click += new System.EventHandler(this.button1_Click);
175             
//
176             
// label11
177             
//
178             
this.label11.AutoSize = true;
179             
this.label11.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
180             
this.label11.ForeColor = System.Drawing.SystemColors.ControlLightLight;
181             
this.label11.Location = new System.Drawing.Point(301, 205);
182             
this.label11.Name = "label11";
183             
this.label11.Size = new System.Drawing.Size(87, 21);
184             
this.label11.TabIndex = 21;
185             
this.label11.Text = "Facebook : ";
186             
//
187             
// label2
188             
//
189             
this.label2.AutoSize = true;
190             
this.label2.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
191             
this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
192             
this.label2.Location = new System.Drawing.Point(6, 63);
193             
this.label2.Name = "label2";
194             
this.label2.Size = new System.Drawing.Size(94, 21);
195             
this.label2.TabIndex = 12;
196             
this.label2.Text = "Nick Name :";
197             
//
198             
// label10
199             
//
200             
this.label10.AutoSize = true;
201             
this.label10.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
202             
this.label10.ForeColor = System.Drawing.SystemColors.ControlLightLight;
203             
this.label10.Location = new System.Drawing.Point(301, 157);
204             
this.label10.Name = "label10";
205             
this.label10.Size = new System.Drawing.Size(78, 21);
206             
this.label10.TabIndex = 20;
207             
this.label10.Text = "Website : ";
208             
//
209             
// label1
210             
//
211             
this.label1.AutoSize = true;
212             
this.label1.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
213             
this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
214             
this.label1.Location = new System.Drawing.Point(6, 16);
215             
this.label1.Name = "label1";
216             
this.label1.Size = new System.Drawing.Size(63, 21);
217             
this.label1.TabIndex = 11;
218             
this.label1.Text = "Name : ";
219             
//
220             
// label9
221             
//
222             
this.label9.AutoSize = true;
223             
this.label9.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
224             
this.label9.ForeColor = System.Drawing.SystemColors.ControlLightLight;
225             
this.label9.Location = new System.Drawing.Point(301, 110);
226             
this.label9.Name = "label9";
227             
this.label9.Size = new System.Drawing.Size(110, 21);
228             
this.label9.TabIndex = 19;
229             
this.label9.Text = "Group Name : ";
230             
//
231             
// label3
232             
//
233             
this.label3.AutoSize = true;
234             
this.label3.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
235             
this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
236             
this.label3.Location = new System.Drawing.Point(6, 110);
237             
this.label3.Name = "label3";
238             
this.label3.Size = new System.Drawing.Size(126, 21);
239             
this.label3.TabIndex = 13;
240             
this.label3.Text = "Phone Number : ";
241             
//
242             
// label8
243             
//
244             
this.label8.AutoSize = true;
245             
this.label8.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
246             
this.label8.ForeColor = System.Drawing.SystemColors.ControlLightLight;
247             
this.label8.Location = new System.Drawing.Point(301, 63);
248             
this.label8.Name = "label8";
249             
this.label8.Size = new System.Drawing.Size(77, 21);
250             
this.label8.TabIndex = 18;
251             
this.label8.Text = "Position : ";
252             
//
253             
// label4
254             
//
255             
this.label4.AutoSize = true;
256             
this.label4.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
257             
this.label4.ForeColor = System.Drawing.SystemColors.ControlLightLight;
258             
this.label4.Location = new System.Drawing.Point(6, 157);
259             
this.label4.Name = "label4";
260             
this.label4.Size = new System.Drawing.Size(130, 21);
261             
this.label4.TabIndex = 14;
262             
this.label4.Text = "Mobile Number : ";
263             
//
264             
// label7
265             
//
266             
this.label7.AutoSize = true;
267             
this.label7.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
268             
this.label7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
269             
this.label7.Location = new System.Drawing.Point(301, 16);
270             
this.label7.Name = "label7";
271             
this.label7.Size = new System.Drawing.Size(87, 21);
272             
this.label7.TabIndex = 17;
273             
this.label7.Text = "Company : ";
274             
//
275             
// label5
276             
//
277             
this.label5.AutoSize = true;
278             
this.label5.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
279             
this.label5.ForeColor = System.Drawing.SystemColors.ControlLightLight;
280             
this.label5.Location = new System.Drawing.Point(6, 205);
281             
this.label5.Name = "label5";
282             
this.label5.Size = new System.Drawing.Size(118, 21);
283             
this.label5.TabIndex = 15;
284             
this.label5.Text = "Email Address : ";
285             
//
286             
// label6
287             
//
288             
this.label6.AutoSize = true;
289             
this.label6.Font = new System.Drawing.Font("Segoe UI Semilight", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
290             
this.label6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
291             
this.label6.Location = new System.Drawing.Point(6, 252);
292             
this.label6.Name = "label6";
293             
this.label6.Size = new System.Drawing.Size(122, 21);
294             
this.label6.TabIndex = 16;
295             
this.label6.Text = "Home Address : ";
296             
//
297             
// frm_add
298             
//
299             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
300             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
301             
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
302             
this.ClientSize = new System.Drawing.Size(617, 372);
303             
this.Controls.Add(this.groupBox1);
304             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
305             
this.Name = "frm_add";
306             
this.ShowIcon = false;
307             
this.ShowInTaskbar = false;
308             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
309             
this.Text = " Digital Phone Directory | Add Data";
310             
this.Load += new System.EventHandler(this.frm_add_Load);
311             
this.groupBox1.ResumeLayout(false);
312             
this.groupBox1.PerformLayout();
313             
this.ResumeLayout(false);
314
315         }
316
317         
#endregion
318
319         
private System.Windows.Forms.GroupBox groupBox1;
320         
private System.Windows.Forms.TextBox textBox11;
321         
private System.Windows.Forms.TextBox textBox10;
322         
private System.Windows.Forms.TextBox textBox9;
323         
private System.Windows.Forms.TextBox textBox8;
324         
private System.Windows.Forms.TextBox textBox7;
325         
private System.Windows.Forms.TextBox textBox6;
326         
private System.Windows.Forms.TextBox textBox5;
327         
private System.Windows.Forms.TextBox textBox4;
328         
private System.Windows.Forms.TextBox textBox3;
329         
private System.Windows.Forms.TextBox textBox2;
330         
private System.Windows.Forms.TextBox textBox1;
331         
private System.Windows.Forms.Button button1;
332         
private System.Windows.Forms.Label label11;
333         
private System.Windows.Forms.Label label2;
334         
private System.Windows.Forms.Label label10;
335         
private System.Windows.Forms.Label label1;
336         
private System.Windows.Forms.Label label9;
337         
private System.Windows.Forms.Label label3;
338         
private System.Windows.Forms.Label label8;
339         
private System.Windows.Forms.Label label4;
340         
private System.Windows.Forms.Label label7;
341         
private System.Windows.Forms.Label label5;
342         
private System.Windows.Forms.Label label6;
343     }
344 }


Gõ tìm kiếm nhanh...